home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Model Wife
/
The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso
/
pc
/
sampler
/
dm13.dxr
/
00034.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-09-05
|
325 b
|
16 lines
on exitFrame
set the movieRate of sprite 20 to 0
cursor(-1)
if rollOver(2) and the mouseDown then
puppetSound(0)
cursor(4)
set the visible of sprite 7 to 1
delay(30)
set the visible of sprite 7 to 0
updateStage()
set the movieRate of sprite 20 to 1
go("w1")
end if
go(the frame)
end